php artisan migrate:refresh --seed
DB::table('translations')->where('field', 'page_desc')->update(['field' => 'meta_desc']);